home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
comm
/
irc
/
epic4-mos.lha
/
share
/
epic
/
script
/
nicks
< prev
next >
Wrap
Text File
|
2002-09-18
|
365b
|
14 lines
# This lets you assign aliases for peoples nicknames.
# For example, of you do: /ASSIGN BC BigCheese
# Then you can do: /MSG BC Hi there!
#
# These dont "link" well with other aliases... should
# probably be handled another way.
#
alias msg {
if ( [$($0)] ) { //msg $($0) $1- } { //msg $0 $1- }
}
alias query {
if ( [$($0)] ) { //query $($0) } { //query $0- }
}